[Manager Summary]
Stores application-supplied data with a PMPrintSettings object.
OSStatus PMSetPrintSettingsExtendedData(PMPrintSettings printSettings, OSType dataID, UInt32 size, void *theData)
PARAMETERS
printSettings
- A PMPrintSettings object. Specify the object into which you wish to store data.
dataID
- A four character code. Specify a code that uniquely identifies your data -- for example, your application signature.
size
- The size in bytes of your data.
theData
- A pointer to the data you wish to store inside the object you specify in the printSettings parameter.
- function result
- A result code. See Result Codes.
DISCUSSION
By calling the function PMGetPrintSettingsExtendedData, you can retrieve the data you store with PMSetPrintSettingsExtendedData.
Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.